- buffer
- Buffer that holds the data to be sent.
- offset
- Offset from the beginning of the buffer, at which reading should start.
- length
- Size, in bytes, of the data to be sent.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub SendNonSecureIscl( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal length As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- buffer
- Buffer that holds the data to be sent.
- offset
- Offset from the beginning of the buffer, at which reading should start.
- length
- Size, in bytes, of the data to be sent.
The non-secure send is the fastest method of transmitting data over an ISCL connection.
It is faster than the normal send/receive process and has no encryption and no message
authentication codes.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family